v0.9.3 — soak validation + test coverage (72→79.6%)#1
Merged
Conversation
added 2 commits
June 24, 2026 12:19
Classifier (the LLM-detection core) only tested 6/14 providers; add Gemini/Cohere/XAi/Groq/ Together/Perplexity/Fireworks/OpenRouter + the None-SNI path. traits.rs classify fully covered; lib total 78->79.6%.
…section 0.9.2 -> 0.9.3 (test/docs only, no runtime change). CHANGELOG records the 15-case soak suite (observe + intervene) and the 72->79.6% lib coverage; README gains a Tested section.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Releases v0.9.3 (test/docs only, no runtime change), capturing this session's validation work.
Tested
15-case full-stack soak suite — leak-free + correct under load (prod host + isolated VM):
Two robustness bugs were found + fixed along the way: NDJSON stdout pollution (v0.9.1) and an output-backpressure event-loop stall (v0.9.2).
Coverage
Lib line coverage 72% → 79.6% (
cargo llvm-cov): adversarial SNI/DNS parser tests, the cgroup→pod parser, the full 14-provider SNI classifier, the writer-thread path.Docs
README gains a Tested section; CHANGELOG
[0.9.3]. Tagv0.9.3after merge triggers the release.